home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Tele / W-Z / WK 11.10->11.12.cpt / WK 11.10->11.12 / WK 11.12 New Stuff < prev    next >
Text File  |  1991-03-27  |  2KB  |  57 lines

  1. 1) Fixed bug in Printer Echo that could cause it to fail.
  2.  
  3. 2) Fixed bug in YMODEM-G that could report an unexpected error after a
  4. successful file receive.
  5.  
  6. 3) Fixed bug where icons and PICT's attached to Macro Keys wouldn't be
  7. loaded if White Knight was started up by double-clicking on a Settings
  8. File other than "WK's 11.0 Stuff".
  9.  
  10. 4) Fixed bug where Printer Echo menu choice was wrongly checkmarked if the
  11. printer couldn't be accessed (either because the printer selected through
  12. The Chooser isn't available or because there is no printer resource file
  13. in the System folder.
  14.  
  15. 5) Added recognition of the modem result messages "NO DIALTONE" and "VOICE"
  16. in the dialing routine.
  17.  
  18. 6) Fixed bug where the Procedure command:
  19.     COMM -NULL
  20. would wrongly be executed as the Procedure command:
  21.     COMM -N
  22.  
  23. 7) Fixed bug in ProcEdit where "Wait until time of day" command could insert
  24. garbage characters into the command string.
  25.  
  26. 8) Fixed bug in ProcEdit where "Set Billing Timer Cost" command would
  27. improperly ask for the cost in 100'ths of a cent per hour rather than
  28. 100'ths of a cent per minute.
  29.  
  30. 9) Added failsafe for when a Procedure source code file is saved in ProcEdit
  31. with the extension ".PROC" and then one of the compile commands are chosen.
  32. In this bizarre circumstance, the executable file will have an additional
  33. ".PROC" added to the end of the filename: TEST.PROC will be compiled to
  34. TEST.PROC.PROC.  Also fixed bug in compiler dealing with source code files
  35. saved in folders that have a period in their names, and are compiled from
  36. ProcEdit.
  37.  
  38. 10) Modified File Capture Filter and Text File Transfer Paragraph Format
  39. features to work under NULL duplex.
  40.  
  41. 11) Added an option to VT102's Insert Mode which may or may not make up for
  42. an error in the VT102 manual, but does seem to affect some host applications.
  43. If a PUTPARAM 496,1 Procedure command is executed, the Insert Mode will not
  44. move the cursor to the beginning of the current line.  This is how it is
  45. documented in the VT102 manual.  If a PUTPARAM 496,0 (White Knight's new
  46. default setting) is done, the cursor will be moved to the beginning of the
  47. current line when the Insert Mode is used.
  48.  
  49. 12) Fixed bug in VT102 Insert Mode that could cause problems if a character
  50. was inserted in a line full of characters.
  51.  
  52. 13) Fixed bug in VT100/VT102 full screen clear ('ESC[2J' sequence) where
  53. lines were unconditionally scrolled into the buffer and the cursor position
  54. was not restored correctly.
  55.  
  56.  
  57.